SftTabs/NET 6.0

InitialTab Property, SftTabs Class

Softel vdm, Inc.

Defines the active tab when the tab control is initially shown.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property InitialTab As Integer

C#   

public int InitialTab { get; set; }

C++   

public: property int InitialTab {
        int get();
        void set(int value);
}

Property Value

The zero-based index of the initially active tab, or -1 if no tab becomes active when the control is initially shown.

The default value is -1.

Comments

The InitialTab property defines the active tab when the tab control is initially shown.

The active tab (or current tab) is the tab that is currently the selected tab, usually in the front row.

An application uses the Current property to change the currently active tab once the tab control is displayed.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com